TimeZone Class |
Namespace: Independentsoft.Sip.Sdp
The TimeZone type exposes the following members.
| Name | Description | |
|---|---|---|
| TimeZone |
Initializes a new instance of the TimeZone class.
| |
| TimeZone(DateTime, TimeSpan) |
Initializes a new instance of the TimeZone class with the specified adjustment time and offset.
| |
| TimeZone(Int64, Int32) |
Initializes a new instance of the TimeZone class with the specified adjustment time and offset.
|
| Name | Description | |
|---|---|---|
| Add(DateTime, TimeSpan) |
Adds adjustment time with the specified adjustment time and offset.
| |
| Add(Int64, Int32) |
Adds adjustment time with the specified adjustment time and offset.
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| Parse |
Converts the specified string representation of a time zone to its TimeZone equivalent.
| |
| ToString |
Converts the value of this instance to its equivalent string representation.
(Overrides ObjectToString.) |